Version

DataObjectProperty Property

Specifies the property of the data objects in the data source.
Syntax
'Declaration
 
Public Property DataObjectProperty As String
public string DataObjectProperty {get; set;}
Remarks

The value of this property of a data source object will be used for the associated view object's property. The view object's property is specified using the appropriate property exposed by the view object specific mapping class derived from this class. For example, in the case of Infragistics.Controls.Schedules.Services.AppointmentPropertyMapping, AppointmentPropertyMapping's DataObjectProperty identifies the property of the data objects in the ListScheduleDataConnector.AppointmentItemsSource. AppointmentPropertyMapping's AppointmentProperty identifies the property of the Infragistics.Controls.Schedules.Services.Appointment object, including properties of its base class Infragistics.Controls.Schedules.Services.ActivityBase, that this data object property maps to.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also